home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
FireMan.swf
/
scripts
/
frame_1055
/
PlaceObject2_230_1137
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Wrap
Text File
|
2008-09-12
|
614b
|
33 lines
onClipEvent(enterFrame){
if(_visible)
{
this.gotoAndStop(1);
if(_X >= 256 || _X <= 0 || impact)
{
if(!u)
{
this.gotoAndStop("hit");
u = 1;
}
else
{
_X = 120;
_Y = -1000;
this.gotoAndStop(1);
heroe.shooting = false;
_visible = false;
u = 0;
}
}
else
{
_X = _X + (dx - heroe.scrollspeed);
_Y = _Y - heroe.vscrollspeed;
}
}
else
{
impact = false;
}
}